Skip to content

Added tests and changed imports plus reverted one change#6

Merged
RohanVashisht1234 merged 3 commits into
Zigistry:mainfrom
EternaleapFromPit:tests_and_imports
Apr 3, 2026
Merged

Added tests and changed imports plus reverted one change#6
RohanVashisht1234 merged 3 commits into
Zigistry:mainfrom
EternaleapFromPit:tests_and_imports

Conversation

@EternaleapFromPit

@EternaleapFromPit EternaleapFromPit commented Nov 22, 2025

Copy link
Copy Markdown
Contributor
  • Added tests for search module.

  • Changed import approach - changed from relative path imports to package imports. In general it is preferrable approach.

  • Reverted single change: it have to be
    const delimiters = switch (builtin.target.os.tag) {
    .windows => " \r\n\t",
    else => " \n\t",
    };
    It seems to me like accidental change, but I may be wrong - please let me know if I'm wrong.

    Thank u for developing project.

@RohanVashisht1234 RohanVashisht1234 merged commit fda7d64 into Zigistry:main Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants